home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Secrets 4 / Hacker's Secrets 4.iso / credit / creditca.txt < prev    next >
Text File  |  1996-05-03  |  2KB  |  68 lines

  1. Alrighty... finaly a remake of the text I wrote on how to generate Credit
  2. Card #'s....
  3.  
  4.  
  5.  
  6. ok first a quick bit of info on cc#'s:
  7. the first digit on a CC#, indicates what type of card it is (a 5 means
  8. master card, 4 Visa, 3 American Expres...) the first 3-6 digits are the
  9. bank ID code... and then for Master Card's you can have either 13-16
  10. digits... a CC# (16 digit) would appear like this 548559XXXXXXXXXC ok the
  11. 548559 is the Bank ID code for CitiBank, the X's are just random digits, (0
  12. - 9) and the C is the check digit.
  13.  
  14. To generate a CC#, take your bank ID code (for our case [I like to use
  15. CitiBank] it will be 548559) and then for 16 digit CC#'s, generate 9 random
  16. digits... see below
  17.   _______________________________________ Odd Digits (1st 3rd etc.)
  18.  /   /   /   /  |   \   \   \
  19. |   |   |   |   |   |   |   |
  20. V   V   V   V   V   V   V   V
  21. 5 4 8 5 5 9 2 4 3 2 5 7 6 8 9 C
  22.   ^   ^   ^   ^   ^   ^   ^
  23.   |   |   |   |   |   |   |
  24.    \   \   \  |  /   /   /
  25.     ------------------------------------ Even digits (2d 4th etc.)
  26.  
  27. ok, first you take all the odd digits (the digits in odd places [look
  28. above]) and you multiply each one by 2, now if the result is higher than
  29. nine, you subtract nine... (i.e. 5 * 2 = 10; 10 - 9 = 1) now you do this
  30. for all of the odd placed digits... you add up the results, then you add up
  31. the even digits (don't multiply them by 2 or any of that crap) now take the
  32. next highest multiple of 10, and subtract the highest from the lowest and
  33. VOILA! your checkdigit... now you have a valid CC#  below I will go through
  34. the steps for getting the checksum digit of the CC# above (in the example)
  35.  
  36. 5*2=10;9-10=1
  37. 8*2=16;16-9=7
  38. 5*2=10;10-9=1
  39. 2*2=4
  40. 3*3=6
  41. 5*2=10;10-9=1
  42. 6*2=12;9-12=3
  43. 9*2=18;18-9=9
  44. 1+7+1+4+6+1+3+9=32
  45. 4+5+9+4+2+7+8=39
  46. 39+32=71
  47. Next highest multiple of 10 is 80
  48. 80-71=9
  49. check digit is 9
  50. CC# is 5485592432576899
  51. you can check the above # with Cmaster or Credit Wizard..
  52. if you liked this file, send me some email at slime@west.net with 
  53. comments and or suggestions! =)
  54.  
  55. This file was written by LoST Soulz of ORiGiN... <slime@west.net>
  56. Call Black Ice! 805.496.7460
  57.  
  58. Personal Greets:
  59. Tunnel Ratt: Hey, I finally got a file for ya!
  60. Lamers on alt.2600: here is the file you all wanted!
  61. sPeed: Hey, it is a T-1 line, not multiple ISDN!
  62. Inertia: Hey, call!
  63. Acrobat: Where the FUCK are you?
  64. Crazy: Get off your lazy ass!
  65. Sigmar: Hey, =)
  66. Smooth: jetlink hmm.... no shell =(
  67.  
  68.